home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
STraTOS 1997 April & May
/
STraTOS 1 - 1997 April & May.iso
/
CD01
/
GRAPHICS
/
POV_3
/
SCENES
/
DOCSDEMO
/
SKYSPH1.POV
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-02-15
|
271 b
|
20 lines
//
// POV-Ray(tm) 3.0 tutorial example scene.
// Copyright 1996 by the POV-Ray Team
//
#include "skysph1.inc"
sky_sphere {
pigment {
gradient y
color_map {
[0 color Red]
[1 color Blue]
}
scale 2
translate -1
}
}